gtkstatusicon: unseal private pointer
authorJavier Jardón <jjardon@gnome.org>
Tue, 13 Jul 2010 01:14:53 +0000 (03:14 +0200)
committerJavier Jardón <jjardon@gnome.org>
Tue, 13 Jul 2010 17:40:50 +0000 (19:40 +0200)
gtk/gtkstatusicon.h

index 9142367b1235ecdb08b81676d0c1dd0d384be1d7..98d79e58a062b94f2db178f272cbd8cce6074dab 100644 (file)
@@ -48,7 +48,7 @@ struct _GtkStatusIcon
 {
   GObject               parent_instance;
 
-  GtkStatusIconPrivate *GSEAL (priv);
+  GtkStatusIconPrivate *priv;
 };
 
 struct _GtkStatusIconClass